Function core_foundation::base::CFAllocatorReallocate

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