LogCallback

Type Alias LogCallback 

Source
pub type LogCallback = extern "C" fn(message: *const c_char);
Expand description

A type alias for the C-style callback function pointer.