[][src]Type Definition wren_sys::WrenReallocateFn

type WrenReallocateFn = Option<unsafe extern "C" fn(memory: *mut c_void, newSize: size_t) -> *mut c_void>;