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