pub fn get_owner_from_token_account(
    token_account_info: &AccountInfo<'_>
) -> Result<Pubkey, ProgramError>
Expand description

Cheap method to just grab owner Pubkey from token account, instead of deserializing entire thing