pub unsafe extern "C" fn folk_call_function_protected( func_name: *const c_char, retval: *mut zval, param_count: c_uint, params: *mut zval, ) -> c_int
Call function with SIGSEGV protection. Returns -3 on SIGSEGV.