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