pub unsafe fn utrace_format<P0, P1>(
    outbuf: P0,
    capacity: i32,
    indent: i32,
    fmt: P1
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,