git_oid_fromraw

Copy an already raw oid into a git_oid structure.

@param out_ oid structure the result is written into. @param raw the raw input bytes to be copied. @return 0 on success or error code

extern (C) nothrow @nogc
int
git_oid_fromraw
(,
const(ubyte)* raw
)

Meta