Function luaJIT_profile_start

Source
pub unsafe extern "C" fn luaJIT_profile_start(
    L: *mut lua_State,
    mode: *const c_char,
    cb: luaJIT_profile_callback,
    data: *mut c_void,
)
Expand description