ODNodeCreateWithName

Function ODNodeCreateWithName 

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