Function gcry_md_setkey

Source
pub unsafe extern "C" fn gcry_md_setkey(
    h: gcry_md_hd_t,
    key: *const c_void,
    keylen: size_t,
) -> gcry_error_t