#[no_mangle]
pub unsafe extern "C" fn bind(
    sockfd: c_int,
    address: *const sockaddr,
    addrlen: socklen_t
) -> c_int