pub unsafe extern "C" fn malloc_zone_malloc(
    zone: *mut malloc_zone_t,
    size: size_t
) -> *mut c_void