Function lua_pushcclosure

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