Type Definition lodepng::ffi::custom_compress_callback [] [src]

type custom_compress_callback = Option<unsafe extern "C" fn(_: &mut *mut c_uchar, _: &mut usize, _: *const c_uchar, _: usize, _: *const CompressSettings) -> c_uint>;