pub unsafe fn stol_w_string_usize(
str: impl CastInto<Ref<WString>>,
idx: impl CastInto<MutPtr<usize>>,
) -> c_longExpand description
Calls C++ function: long std::stol(const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>>& __str, std::size_t* __idx = …).