pub type IOBluetoothOBEXSessionOpenConnectionCallback = Option<unsafe extern "C-unwind" fn(OBEXSessionRef, OBEXError, *mut c_void)>;Available on crate features
OBEX and OBEXBluetooth only.Expand description
Aliased Type§
pub enum IOBluetoothOBEXSessionOpenConnectionCallback {
None,
Some(unsafe extern "C-unwind" fn(*mut OpaqueOBEXSessionRef, i32, *mut c_void)),
}