FPtr_respack

Type Alias FPtr_respack 

Source
pub type FPtr_respack = Option<unsafe extern "C" fn(locale: *const char_t) -> *mut ResPack>;

Aliased Type§

pub enum FPtr_respack {
    None,
    Some(unsafe extern "C" fn(*const i8) -> *mut _respack),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8) -> *mut _respack)

Some value of type T.