Function DH_meth_get_generate_params

Source
pub unsafe extern "C" fn DH_meth_get_generate_params(
    dhm: *const dh_method,
) -> Option<unsafe extern "C" fn(*mut dh_st, i32, i32, *mut bn_gencb_st) -> i32>