pub unsafe extern "C" fn heap_aligned_realloc( mem: *mut byte_t, size: u32, new_size: u32, align: u32, name: *const char_t, ) -> *mut byte_t