//! This file has been automatically generated by `objc2`'s `header-translator`. //! DO NOT EDIT use core::ptr::NonNull; use crate::*; #[cfg(feature = "CFURL")] #[inline] pub extern "C-unwind" fn CFCopyHomeDirectoryURL() -> Option> { extern "C-unwind" { fn CFCopyHomeDirectoryURL() -> Option>; } let ret = unsafe { CFCopyHomeDirectoryURL() }; ret.map(|ret| unsafe { CFRetained::from_raw(ret) }) }