Function DH_meth_set_init

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