[][src]Function printf_compat::format

pub unsafe fn format(
    format: *const c_char,
    args: VaList<'_, '_>,
    handler: impl FnMut(Argument<'_>) -> c_int
) -> c_int

Parse a format parameter and write it somewhere.

Safety

VaLists are very unsafe. The passed format and args parameter must be a valid printf format string.