pub fn init_state(
    data: &mut [u8],
    token: Pubkey,
    args: InitInstruction,
    now: UnixTimestamp
) -> Result<(), ProgramError>