CGPDFDocumentUnlockWithPassword

Function CGPDFDocumentUnlockWithPassword 

Source
pub unsafe extern "C-unwind" fn CGPDFDocumentUnlockWithPassword(
    document: Option<&CGPDFDocument>,
    password: NonNull<c_char>,
) -> bool
👎Deprecated: renamed to CGPDFDocument::unlock_with_password
Available on crate feature CGPDFDocument only.