pub type LPFN_RIOCREATECOMPLETIONQUEUE = Option<unsafe extern "system" fn(queuesize: u32, notificationcompletion: *const RIO_NOTIFICATION_COMPLETION) -> RIO_CQ>;

Aliased Type§

enum LPFN_RIOCREATECOMPLETIONQUEUE {
    None,
    Some(unsafe extern "system" fn(_: u32, _: *const RIO_NOTIFICATION_COMPLETION) -> RIO_CQ),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: *const RIO_NOTIFICATION_COMPLETION) -> RIO_CQ)

Some value of type T.