_glfw_dlsym

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto _glfw_dlsym(void* handle, const(char)* name)
  2. auto _glfw_dlsym(void* handle, const(char)* name)
    version(!_GLFW_WIN32)
    extern (C) @nogc nothrow __gshared
    _glfw_dlsym
    (
    void* handle
    ,
    const(char)* name
    )

Meta