Function BIO_lookup

Source
pub unsafe extern "C" fn BIO_lookup(
    host: *const i8,
    service: *const i8,
    lookup_type: u32,
    family: i32,
    socktype: i32,
    res: *mut *mut bio_addrinfo_st,
) -> i32