lua_newuserdata

Function lua_newuserdata 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lua_newuserdata( L: *mut lua_State, sz: usize, ) -> *mut c_void