git_credential_sign_cb

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
alias git_credential_sign_cb = int function
(,
ubyte** sig
,
size_t* sig_len
,
const(ubyte)* data
,
size_t data_len
,
void** abstract_
)

Meta