pub unsafe fn CM_Locate_DevNodeW<P0>(
    pdndevinst: *mut u32,
    pdeviceid: P0,
    ulflags: CM_LOCATE_DEVNODE_FLAGS,
) -> CONFIGRET
where P0: Param<PCWSTR>,