Type Alias AiFileFlushProc

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.