lua_rawsetp

Function lua_rawsetp 

Source
pub unsafe extern "C" fn lua_rawsetp(
    L: *mut lua_State,
    idx: i32,
    p: *const i8,
)