FT_DebugHook_Func

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias FT_DebugHook_Func = FT_Error function(void*)
    extern (C) nothrow
    static if((ftSupport == FTSupport.ft210 && FREETYPE_PATCH > 0) || ftSupport > FTSupport.ft210)
    alias FT_DebugHook_Func = FT_Error function
    (
    void*
    )
  2. alias FT_DebugHook_Func = void function(void*)

Meta