Function ENGINE_get_ctrl_function

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