pub fn process_withdraw_fractional_shares_from_treasury(
    program_id: &Pubkey,
    accounts: &[AccountInfo<'_>],
    number_of_shares: u64
) -> ProgramResult