pub type LPFN_RIORESIZEREQUESTQUEUE = Option<unsafe extern "system" fn(rq: RIO_RQ, maxoutstandingreceive: u32, maxoutstandingsend: u32) -> BOOL>;

Aliased Type§

enum LPFN_RIORESIZEREQUESTQUEUE {
    None,
    Some(unsafe extern "system" fn(_: RIO_RQ, _: u32, _: u32) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: RIO_RQ, _: u32, _: u32) -> BOOL)

Some value of type T.