CPXNAMEFUNCTION

Type Alias CPXNAMEFUNCTION 

Source
pub type CPXNAMEFUNCTION = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: CPXLONG, arg3: *mut c_char) -> *const c_char>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.