pub unsafe fn CM_Get_Device_Interface_List_Size_ExW<P0>(
    pullen: *mut u32,
    interfaceclassguid: *const GUID,
    pdeviceid: P0,
    ulflags: CM_GET_DEVICE_INTERFACE_LIST_FLAGS,
    hmachine: isize
) -> CONFIGRET
where P0: IntoParam<PCWSTR>,