Function SSL_get0_next_proto_negotiated

Source
pub unsafe extern "C" fn SSL_get0_next_proto_negotiated(
    s: *const ssl_st,
    data: *mut *const u8,
    len: *mut u32,
)