pub unsafe fn NdfCreatePnrpIncident<P0, P1, P2, P3>(
    cloudname: P0,
    peername: P1,
    diagnosepublish: P2,
    appid: P3,
    handle: *mut *mut c_void
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<BOOL>, P3: Param<PCWSTR>,