Function SSL_CTX_get_info_callback

Source
pub unsafe extern "C" fn SSL_CTX_get_info_callback(
    ctx: *mut ssl_ctx_st,
) -> Option<unsafe extern "C" fn(_: *const ssl_st, _: i32, _: i32)>