Type Definition wren_sys::WrenReallocateFn [] [src]

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