[][src]Function cpp_std::stoul_string_usize

pub unsafe fn stoul_string_usize(
    str: impl CastInto<Ref<String>>,
    idx: impl CastInto<MutPtr<usize>>
) -> c_ulong

Calls C++ function: unsigned long std::stoul(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>& __str, std::size_t* __idx = …).