DylibLoader.bindFunc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void bindFunc(void** ptr, string name, bool required)
  2. void bindFunc(TFUN fun, string name, bool required)
    class DylibLoader
    protected final
    void
    bindFunc
    (
    TFUN
    )
    (
    ref TFUN fun
    ,
    string name
    ,
    bool required = true
    )
    if (
    isFunctionPointer!(TFUN)
    )

Meta