pub fn calculate_primary_shares_for_creator(
    total_amount: u64,
    shares: u64
) -> Result<u64>