Function SSL_CTX_get_verify_callback

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