Type Definition zstd_sys::ZSTD_freeFunction

source ·
pub type ZSTD_freeFunction = Option<unsafe extern "C" fn(opaque: *mut c_void, address: *mut c_void)>;