pub unsafe extern "C" fn DADiskUnmount(
disk: DADiskRef,
options: DADiskUnmountOptions,
callback: DADiskUnmountCallback,
context: *mut c_void,
)Expand description
Unmounts the volume at the specified disk object.
ยงParameters
disk- The disk object.options- The unmount options.callback- The callback function to call once the unmount completes.context- The user-defined context parameter to pass to the callback function.