Function lua_stringtonumber

Source
pub unsafe extern "C-unwind" fn lua_stringtonumber(
    L: *mut lua_State,
    s: *const i8,
) -> usize