pub unsafe extern "C" fn rpsSetGlobalDebugPrinter(
    pPrinter: *const RpsPrinter
)
Expand description

Sets the global debug printer which is used for diagnostic purposes when no device context is available.

@param pPrinter Pointer to the printer to set.