PMSessionSetDataInSession

Function PMSessionSetDataInSession 

Source
pub unsafe extern "C-unwind" fn PMSessionSetDataInSession(
    print_session: PMPrintSession,
    key: &CFString,
    data: &CFType,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • print_session must be a valid pointer.
  • data should be of the correct type.