pub fn sm2_decrypt( private_key_hex: &str, msg_encrypted_base64: &str, mode: Option<u8>, ) -> PhpResult<String>