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