pub unsafe extern "C" fn getaddrinfo(
    node: *const i8,
    service: *const i8,
    hints: *const addrinfo,
    res: *mut *mut addrinfo
) -> i32