pub type AiFileCloseProc = Option<unsafe extern "system" fn(*mut AiFileIO, *mut AiFile)>;
enum AiFileCloseProc { None, Some(unsafe extern "system" fn(*mut AiFileIO, *mut AiFile)), }
No value.
Some value of type T.
T