lua_Hook typedef

Implementation

typedef lua_Hook = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(ffi.Pointer<lua_State>, ffi.Pointer<lua_Debug>)>>;