Function DADiskMountWithArguments

Source
pub unsafe extern "C-unwind" fn DADiskMountWithArguments(
    disk: &DADisk,
    path: Option<&CFURL>,
    options: DADiskMountOptions,
    callback: DADiskMountCallback,
    context: *mut c_void,
    arguments: *mut *const CFString,
)
Available on crate features DADisk and DADissenter only.
Expand description

Mounts the volume at the specified disk object, with the specified mount options.

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.

Parameter arguments: The null-terminated list of mount options to pass to /sbin/mount -o.