Function rustix::backend::net::sockopt::setsockopt_raw

source ยท
fn setsockopt_raw<T>(
    fd: BorrowedFd<'_>,
    level: u32,
    optname: u32,
    ptr: *const T,
    optlen: socklen_t,
) -> Result<()>