libc

Function bind

Source
pub unsafe extern "C" fn bind(
    fd: c_int,
    addr: *const sockaddr,
    len: socklen_t,
) -> c_int