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