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>