pub unsafe extern "C" fn lua_registertracehandler(
    handler: Option<extern "C" fn(_: *const c_char)>
)