Function ENGINE_get_destroy_function

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