pub type LlgCallback = Option<extern "C" fn(_: *const c_void)>;
Function which llg calls when an operation is done.
enum LlgCallback { None, Some(extern "C" fn(_: *const c_void)), }
No value.
Some value of type T.
T