Function lua_tocfunction

Source
pub unsafe extern "C-unwind" fn lua_tocfunction(
    L: *mut lua_State,
    idx: i32,
) -> Option<unsafe extern "C-unwind" fn(*mut lua_State) -> i32>