pub unsafe extern "C" fn ssl_conf_verify(
    conf: *mut ssl_config,
    f_vrfy: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut x509_crt, arg3: c_int, arg4: *mut u32) -> c_int>,
    p_vrfy: *mut c_void
)