pub unsafe fn NdfCreateIncident<P0>(
    helperclassname: P0,
    attributes: &[HELPER_ATTRIBUTE],
    handle: *mut *mut c_void
) -> Result<()>
where P0: Param<PCWSTR>,