pub unsafe extern "C-unwind" fn DADiskMount(
disk: &DADisk,
path: Option<&CFURL>,
options: DADiskMountOptions,
callback: DADiskMountCallback,
context: *mut c_void,
)Available on crate features
DADisk and DADissenter only.Expand description
Mounts the volume at the specified disk object.
Parameter disk: The disk object.
Parameter path: The mount path. Pass NULL for a “standard” mount path.
Parameter options: The mount options.
Parameter callback: The callback function to call once the mount completes.
Parameter context: The user-defined context parameter to pass to the callback function.