Function windows::Wdk::System::SystemServices::vDbgPrintExWithPrefix

pub unsafe fn vDbgPrintExWithPrefix<P0, P1>(
    prefix: P0,
    componentid: u32,
    level: u32,
    format: P1,
    arglist: *const i8,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,