Function BIO_ADDR_rawmake

Source
pub unsafe extern "C" fn BIO_ADDR_rawmake(
    ap: *mut BIO_ADDR,
    family: c_int,
    where_: *const c_void,
    wherelen: usize,
    port: c_ushort,
) -> c_int