pub fn get_leaf_with_private_raw(
    curve: Curve,
    width: usize,
    exponentiation: i8,
    raw: &[u8]
) -> Result<Leaf, OperationError>