pub type LibreOfficeKitPollCallback = Option<unsafe extern "C" fn(pData: *mut c_void, timeoutUs: c_int) -> c_int>;
pub enum LibreOfficeKitPollCallback { None, Some(unsafe extern "C" fn(*mut c_void, i32) -> i32), }
No value.
Some value of type T.
T