FreeCb

Type Alias FreeCb 

Source
pub type FreeCb = extern "C" fn(p: *mut c_void);
Expand description

A callback type for releasing allocations.