Function boring_sys::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>