Type Definition CoreFoundation_sys::base::CFAllocatorReallocateCallBack [] [src]

type CFAllocatorReallocateCallBack = extern "C" fn(_: *mut c_void, _: CFIndex, _: CFOptionFlags, _: *mut c_void) -> *mut c_void;