[][src]Function luajit2_sys::luaJIT_profile_start

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