pub unsafe extern "C-unwind" fn DADiskSetOptions(
disk: &DADisk,
options: DADiskOptions,
value: bool,
) -> DAReturnAvailable on crate features
DADisk and DADissenter and libc only.Expand description
Sets the options for the specified disk.
Parameter disk: The disk object for which to set the options.
Parameter options: The options to set or clear.
Parameter value: Pass TRUE to set options; otherwise pass FALSE to clear options.
Returns: A result code.