pub type WS_CREATE_DECODER_CALLBACK = Option<unsafe extern "system" fn(createcontext: *const c_void, readcallback: WS_READ_CALLBACK, readcontext: *const c_void, decodercontext: *mut *mut c_void, error: *const WS_ERROR) -> HRESULT>;

Aliased Type§

enum WS_CREATE_DECODER_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: Option<unsafe extern "system" fn(_: *const c_void, _: *mut c_void, _: u32, _: *mut u32, _: *const WS_ASYNC_CONTEXT, _: *const WS_ERROR) -> HRESULT>, _: *const c_void, _: *mut *mut c_void, _: *const WS_ERROR) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: Option<unsafe extern "system" fn(_: *const c_void, _: *mut c_void, _: u32, _: *mut u32, _: *const WS_ASYNC_CONTEXT, _: *const WS_ERROR) -> HRESULT>, _: *const c_void, _: *mut *mut c_void, _: *const WS_ERROR) -> HRESULT)

Some value of type T.