Function ENGINE_set_ctrl_function

Source
pub unsafe extern "C" fn ENGINE_set_ctrl_function(
    e: *mut engine_st,
    ctrl_f: Option<unsafe extern "C" fn(*mut engine_st, i32, i64, *mut c_void, Option<unsafe extern "C" fn()>) -> i32>,
) -> i32