Type Definition wren::ReallocateFn [] [src]

type ReallocateFn = Option<unsafe extern "C" fn(*mut c_void, usize) -> *mut c_void>;