SysFont_RegisterCallback

Type Alias SysFont_RegisterCallback 

Source
pub type SysFont_RegisterCallback = Option<unsafe extern "C" fn(path: *const cc_string)>;

Aliased Type§

pub enum SysFont_RegisterCallback {
    None,
    Some(unsafe extern "C" fn(*const cc_string_)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const cc_string_))

Some value of type T.