pub type b2LogFcn = Option<unsafe extern "C" fn(message: *const c_char)>;
Prototype for user log callback. Used to log warnings.
pub enum b2LogFcn { None, Some(unsafe extern "C" fn(*const u8)), }
No value.
Some value of type T.
T