pub type MI_OperationCallback_StreamedParameter = Option<unsafe extern "system" fn(operation: *const MI_Operation, callbackcontext: *const c_void, parametername: *const u16, resulttype: MI_Type, result: *const MI_Value, resultacknowledgement: isize)>;

Aliased Type§

enum MI_OperationCallback_StreamedParameter {
    None,
    Some(unsafe extern "system" fn(_: *const MI_Operation, _: *const c_void, _: *const u16, _: MI_Type, _: *const MI_Value, _: isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const MI_Operation, _: *const c_void, _: *const u16, _: MI_Type, _: *const MI_Value, _: isize))

Some value of type T.