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