pub unsafe extern "C" fn LZ4_compress_default( source: *const c_char, dest: *mut c_char, sourceSize: c_int, maxDestSize: c_int, ) -> c_int