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,
    lcname: *mut zend_string,
    error_type: c_int,
)