Function php_all_sys::php72::zend_mm_get_custom_handlers[][src]

pub unsafe extern "C" fn zend_mm_get_custom_handlers(
    heap: *mut zend_mm_heap,
    _malloc: *mut Option<unsafe extern "C" fn(arg1: size_t) -> *mut c_void>,
    _free: *mut Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    _realloc: *mut Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: size_t) -> *mut c_void>
)