pub unsafe extern "C-unwind" fn PMGetPageFormatPaper(
format: PMPageFormat,
paper: NonNull<PMPaper>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
formatmust be a valid pointer.papermust be a valid pointer.