pub unsafe extern "C" fn StandardAllocator_Reallocate(
    this: *mut StandardAllocator,
    address: *mut u8,
    newSize: u64
) -> *mut u8