Function ODNodeCreateWithNodeType

Source
pub unsafe extern "C-unwind" fn ODNodeCreateWithNodeType(
    allocator: Option<&CFAllocator>,
    session: Option<&ODSessionRef>,
    node_type: ODNodeType,
    error: *mut *mut CFError,
) -> Option<CFRetained<ODNodeRef>>
👎Deprecated: renamed to ODNodeRef::with_node_type
Available on crate features CFODNode and CFOpenDirectory and CFOpenDirectoryConstants and objc2-core-foundation only.