lua_newuserdata

Function lua_newuserdata 

pub unsafe extern "C" fn lua_newuserdata(
    L: *mut State,
    size: usize,
) -> *mut c_void