Function rlua::ffi::lua54::lua_pushcclosure

pub unsafe extern "C-unwind" fn lua_pushcclosure(
    L: *mut lua_State,
    f: unsafe extern "C-unwind" fn(_: *mut lua_State) -> i32,
    n: i32
)