pub fn admin_transfer_position(
    ctx: Context<'_, '_, '_, '_, AdminTransferPosition<'_>>,
    amount: u64
) -> Result<()>
Expand description

Allow governing address to transfer any position from one margin account to another

This is provided as a mechanism to allow for manually fixing issues that occur in the protocol due to bad user assets.