pub unsafe extern "C" fn lwip_getaddrinfo(
    nodename: *const i8,
    servname: *const i8,
    hints: *const addrinfo,
    res: *mut *mut addrinfo
) -> i32