fmi2SetDebugLoggingTYPE

Type Alias fmi2SetDebugLoggingTYPE 

Source
pub type fmi2SetDebugLoggingTYPE = Option<unsafe extern "C" fn(c: fmi2Component, loggingOn: fmi2Boolean, nCategories: usize, categories: *const fmi2String) -> fmi2Status>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.