fmi3SetDebugLoggingTYPE

Type Alias fmi3SetDebugLoggingTYPE 

Source
pub type fmi3SetDebugLoggingTYPE = Option<unsafe extern "C" fn(instance: fmi3Instance, loggingOn: fmi3Boolean, nCategories: usize, categories: *const fmi3String) -> fmi3Status>;

Aliased Type§

pub enum fmi3SetDebugLoggingTYPE {
    None,
    Some(unsafe extern "C" fn(*mut c_void, bool, usize, *const *const i8) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.