pub unsafe extern "C" fn DADiskCreateFromBSDName(
allocator: CFAllocatorRef,
session: DASessionRef,
name: *const c_char,
) -> DADiskRefExpand description
Creates a new disk object.
§Parameters
allocator- The allocator object to be used to allocate memory.session- The DASession in which to contact Disk Arbitration.name- The BSD device name.
§Returns
A reference to a new DADisk.
§Discussion
The caller of this function receives a reference to the returned object.
The caller also implicitly retains the object and is responsible for
releasing it with CFRelease.