FPtr_str_get

Type Alias FPtr_str_get 

Source
pub type FPtr_str_get = Option<unsafe extern "C" fn(arg1: *const c_void) -> *const char_t>;

Aliased Type§

pub enum FPtr_str_get {
    None,
    Some(unsafe extern "C" fn(*const c_void) -> *const i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.