pub unsafe extern "C" fn aws_mem_realloc(
    allocator: *const AwsCAllocator,
    ptr: *mut *mut c_void,
    oldsize: usize,
    newsize: usize
) -> i32