Type Alias UTextClose

pub type UTextClose = Option<unsafe extern "system" fn(ut: *mut UText)>;

Aliased Type§

pub enum UTextClose {
    None,
    Some(unsafe extern "system" fn(*mut UText)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.