Function rlua::ffi::lua_newstate

pub unsafe extern "C-unwind" fn lua_newstate(
    f: unsafe extern "C-unwind" fn(_: *mut c_void, _: *mut c_void, _: usize, _: usize) -> *mut c_void,
    ud: *mut c_void
) -> *mut lua_State