lua_newstate

Function lua_newstate 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lua_newstate( _alloc: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, usize, usize) -> *mut c_void>, _ud: *mut c_void, ) -> *mut lua_State