pub unsafe extern "C" fn CFAllocatorReallocate(
    allocator: *const c_void,
    ptr: *mut c_void,
    newsize: isize,
    hint: usize
) -> *mut c_void