Skip to main content

ReallocFn

Type Alias ReallocFn 

Source
pub type ReallocFn = fn(ptr: *mut u8, size: usize, userdata: *mut u8) -> *mut u8;
Expand description

Reallocator function type.