pub unsafe extern "C" fn cmach_lua_touserstr(
    L: *mut lua_State
) -> c_int
Expand description

Converts value on top of stack to a string and stores userdata with string on top of stack (pops value and pushes result or error on stack)