pub unsafe fn getsockname<P0>(
    s: P0,
    name: *mut SOCKADDR,
    namelen: *mut i32
) -> i32
where P0: IntoParam<SOCKET>,