pub unsafe fn stoull_string_usize_int(
str: impl CastInto<Ref<String>>,
idx: impl CastInto<MutPtr<usize>>,
base: c_int,
) -> c_ulonglongExpand description
Calls C++ function: unsigned long long std::stoull(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>& __str, std::size_t* __idx = …, int __base = …).