pub fn verify_ecdsa_signature( hash: &[u8], sig: &[u8], reid: u8, target_key: [u8; 64], ) -> ProgramResult