pub type CMSG_STREAM_INFO = _CMSG_STREAM_INFO;
Aliased Type§
struct CMSG_STREAM_INFO {
pub cbContent: u32,
pub pfnStreamOutput: Option<unsafe extern "C" fn(_: *const c_void, _: *mut u8, _: u32, _: i32) -> i32>,
pub pvArg: *mut c_void,
}
Fields§
§cbContent: u32
§pfnStreamOutput: Option<unsafe extern "C" fn(_: *const c_void, _: *mut u8, _: u32, _: i32) -> i32>
§pvArg: *mut c_void