pub fn subtract_edwards(
    left_point: &PodEdwardsPoint,
    right_point: &PodEdwardsPoint
) -> Option<PodEdwardsPoint>