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