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