Function lua_rawsetp

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