pub type linenoiseHintsCallback = Option<unsafe extern "C" fn(*const u8, *mut i32, *mut i32) -> *mut u8>;
pub enum linenoiseHintsCallback { None, Some(unsafe extern "C" fn(*const u8, *mut i32, *mut i32) -> *mut u8), }
No value.
Some value of type T.
T