pub type ltsc_vft = Option<unsafe extern "C" fn(chi: *const c_void, psi: *const c_void, is: *mut bool)>;
pub enum ltsc_vft { None, Some(unsafe extern "C" fn(*const c_void, *const c_void, *mut bool)), }
No value.
Some value of type T.
T