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