pub unsafe fn TraceVprintfExA<P0>(
    dwtraceid: u32,
    dwflags: u32,
    lpszformat: P0,
    arglist: *mut i8
) -> u32
where P0: IntoParam<PCSTR>,