Searched refs:from_ptr_win32_wide_string (Results 1 – 2 of 2) sorted by relevance
118 pub unsafe fn from_ptr_win32_wide_string(wide: *const u16) -> String { in from_ptr_win32_wide_string() function382 assert_eq!(unsafe { from_ptr_win32_wide_string(u16s.as_ptr()) }, ""); in from_win32_wide_string()388 unsafe { from_ptr_win32_wide_string(u16s.as_ptr()) }, in from_win32_wide_string()
1651 win_util::from_ptr_win32_wide_string(*(safe_prop_variant.prop_variant).data.pwszVal()) in print_device_info()