Function DSA_meth_get_verify

Source
pub unsafe extern "C" fn DSA_meth_get_verify(
    dsam: *const dsa_method,
) -> Option<unsafe extern "C" fn(*const u8, i32, *mut DSA_SIG_st, *mut dsa_st) -> i32>