SKDocumentCreate

Function SKDocumentCreate 

Source
pub unsafe extern "C-unwind" fn SKDocumentCreate(
    in_scheme: Option<&CFString>,
    in_parent: Option<&SKDocument>,
    in_name: Option<&CFString>,
) -> Option<CFRetained<SKDocument>>
Available on crate feature SKDocument only.
Expand description

ยงSafety

  • in_scheme might not allow None.
  • in_parent should be of the correct type.
  • in_parent might not allow None.
  • in_name might not allow None.