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