Type Definition sixel_sys::ReallocFn [] [src]

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