pub unsafe extern "fastcall" fn _zend_mm_realloc(
    heap: *mut zend_mm_heap,
    p: *mut c_void,
    size: size_t
) -> *mut c_void