Function SSL_get_verify_callback

Source
pub unsafe extern "C" fn SSL_get_verify_callback(
    s: *const ssl_st,
) -> Option<unsafe extern "C" fn(_: i32, _: *mut x509_store_ctx_st) -> i32>