Function SSL_client_hello_get0_ext

Source
pub unsafe extern "C" fn SSL_client_hello_get0_ext(
    s: *mut ssl_st,
    type_: u32,
    out: *mut *const u8,
    outlen: *mut usize,
) -> i32