boring_sys

Function SSL_CTX_get_verify_callback

Source
pub unsafe extern "C" fn SSL_CTX_get_verify_callback(
    ctx: *const SSL_CTX,
) -> Option<unsafe extern "C" fn(ctx: c_int, arg1: *mut X509_STORE_CTX) -> c_int>