Type Definition rps_sys::PFN_rpsPrintf

source ·
pub type PFN_rpsPrintf = Option<unsafe extern "C" fn(pContext: *mut c_void, format: *const c_char, ...)>;
Expand description

Signature of functions for printing with variadic arguments.

@param pContext Context for printing. See RpsPrinter. @param format Format string for the print operation matching the C99 specification for printf. @param … List of arguments matching the requirements of the contents of format.