pub unsafe extern "C-unwind" fn SKDocumentCreateWithURL(
in_url: Option<&CFURL>,
) -> Option<CFRetained<SKDocument>>Available on crate feature
SKDocument only.Expand description
ยงSafety
in_url might not allow None.
pub unsafe extern "C-unwind" fn SKDocumentCreateWithURL(
in_url: Option<&CFURL>,
) -> Option<CFRetained<SKDocument>>SKDocument only.in_url might not allow None.