pub unsafe extern "C" fn DADiskMount(
disk: DADiskRef,
path: CFURLRef,
options: DADiskMountOptions,
callback: DADiskMountCallback,
context: *mut c_void,
)Expand description
Mounts the volume at the specified disk object.
§Parameters
disk- The disk object.path- The mount path. Pass NULL for a “standard” mount path.options- The mount options.callback- The callback function to call once the mount completes.context- The user-defined context parameter to pass to the callback function.