Function zend_check_magic_method_implementation

Source
pub unsafe extern "C" fn zend_check_magic_method_implementation(
    ce: *const zend_class_entry,
    fptr: *const zend_function,
    error_type: c_int,
    tsrm_ls: *mut *mut *mut c_void,
)