pub unsafe extern "C-unwind" fn lua_pushcclosurek(
L: *mut lua_State,
fn: lua_CFunction,
debugname: *const c_char,
nup: c_int,
cont: Option<lua_Continuation>,
)Expand description
Pushes a C function with upvalues and continuation onto the top of the stack.