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