Type Alias AiFileCloseProc

Source
pub type AiFileCloseProc = Option<unsafe extern "system" fn(*mut AiFileIO, *mut AiFile)>;

Aliased Type§

enum AiFileCloseProc {
    None,
    Some(unsafe extern "system" fn(*mut AiFileIO, *mut AiFile)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut AiFileIO, *mut AiFile))

Some value of type T.