pub unsafe extern "C" fn DARegisterDiskDisappearedCallback(
session: DASessionRef,
match_: CFDictionaryRef,
callback: DADiskDisappearedCallback,
context: *mut c_void,
)Expand description
Registers a callback function to be called whenever a disk has disappeared.
ยงParameters
session- The session object.match- The disk description keys to match. Pass NULL for all disk objects.callback- The callback function to call when a disk has disappeared.context- The user-defined context parameter to pass to the callback function.