solana_serialize_utils::cursor

Function read_pubkey_into

Source
pub fn read_pubkey_into(
    cursor: &mut Cursor<&[u8]>,
    pubkey: *mut Pubkey,
) -> Result<(), InstructionError>