pub unsafe extern "C" fn malloc_type_zone_memalign(
    zone: *mut malloc_zone_t,
    alignment: usize,
    size: usize,
    type_id: malloc_type_id_t
) -> *mut c_void