pub type CFWriteStreamClientCallBack = Option<unsafe extern "C" fn(stream: CFWriteStreamRef, type_: CFStreamEventType, clientCallBackInfo: *mut c_void)>;Expand description
Apple SDK type alias CFWriteStreamClientCallBack.
Aliased Type§
pub enum CFWriteStreamClientCallBack {
None,
Some(unsafe extern "C" fn(*mut __CFWriteStream, u64, *mut c_void)),
}