lua_pushcfunctiond

Function lua_pushcfunctiond 

Source
pub unsafe fn lua_pushcfunctiond(
    L: *mut lua_State,
    f: lua_CFunction,
    debugname: *const c_char,
)
Available on crate feature luau only.