pem_password_cb

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias pem_password_cb = typeof(*(ExternC!(int function(char* buf, int size, int rwflag, void* userdata))).init)
    version(all)
    extern (C) nothrow
    alias pem_password_cb = typeof(*(ExternC!(int function(char* buf, int size, int rwflag, void* userdata))).init)
  2. alias pem_password_cb = typeof(*(ExternC!(int function(char* buf, int size, int rwflag))).init)

Meta