pub unsafe extern "C" fn malloc_type_zone_free(
    zone: *mut malloc_zone_t,
    ptr: *mut c_void,
    type_id: malloc_type_id_t
)