pub unsafe extern "C" fn SSL_get0_next_proto_negotiated(
    ssl: *const SSL,
    out_data: *mut *const u8,
    out_len: *mut c_uint
)