pub unsafe extern "C-unwind" fn PMPrintSettingsToOptions(
settings: PMPrintSettings,
options: NonNull<*mut c_char>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
ยงSafety
settingsmust be a valid pointer.optionsmust be a valid pointer.