Function DH_meth_get_init

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