pub fn store_id_trust_proof(
    proof: &Proof,
    ids: &[Id],
    trust_level: TrustLevel,
    commit: bool
) -> Result<(), Error>