lua_getmetatable

Function lua_getmetatable 

Source
pub unsafe extern "C-unwind" fn lua_getmetatable(
    l: *mut lua_State,
    index: c_int,
) -> c_int