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

Aliased Type§

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.