pub type brotli_free_func = Option<extern "C" fn(data: *mut c_void, ptr: *mut c_void)>;

Aliased Type§

enum brotli_free_func {
    None,
    Some(extern "C" fn(_: *mut c_void, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: *mut c_void, _: *mut c_void))

Some value of type T.