pub unsafe fn NdfCreateWebIncidentEx<P0, P1, P2>(
    url: P0,
    usewinhttp: P1,
    modulename: P2,
    handle: *mut *mut c_void
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<BOOL>, P2: Param<PCWSTR>,