DADiskCreateFromBSDName

Function DADiskCreateFromBSDName 

Source
pub unsafe extern "C-unwind" fn DADiskCreateFromBSDName(
    allocator: Option<&CFAllocator>,
    session: &DASession,
    name: NonNull<c_char>,
) -> Option<CFRetained<DADisk>>
👎Deprecated: renamed to DADisk::from_bsd_name
Available on crate features DADisk and DASession only.