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